projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3fd433
)
ARM64: zynqmp: DT: Fix UART compatible string
author
Soren Brinkmann
<
[email protected]
>
Wed, 4 Nov 2015 19:18:09 +0000
(11:18 -0800)
committer
Michal Simek
<
[email protected]
>
Wed, 27 Jan 2016 14:55:56 +0000
(15:55 +0100)
ZynqMP has r1p12 not r1p8. r1p12 contains break detection support.
Signed-off-by: Soren Brinkmann <
[email protected]
>
Signed-off-by: Michal Simek <
[email protected]
>
arch/arm/dts/zynqmp.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/zynqmp.dtsi
b/arch/arm/dts/zynqmp.dtsi
index f4b94014de8be15e7f8f45ef9a894b19ee0d17e5..8733604a57384eea27be29c8fac54c3b87a074c0 100644
(file)
--- a/
arch/arm/dts/zynqmp.dtsi
+++ b/
arch/arm/dts/zynqmp.dtsi
@@
-520,7
+520,7
@@
};
uart0: serial@ff000000 {
- compatible = "cdns,uart-r1p
8
";
+ compatible = "cdns,uart-r1p
12
";
status = "disabled";
interrupt-parent = <&gic>;
interrupts = <0 21 4>;
@@
-529,7
+529,7
@@
};
uart1: serial@ff010000 {
- compatible = "cdns,uart-r1p
8
";
+ compatible = "cdns,uart-r1p
12
";
status = "disabled";
interrupt-parent = <&gic>;
interrupts = <0 22 4>;